home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 016a / 4batch10.zip / SDSZ.BTM < prev    next >
Text File  |  1991-11-07  |  190b  |  10 lines

  1. @echo off
  2. rem * Let's you select files to upload using DSZ
  3. pushd
  4. cdd %4
  5. if exist select.lst del select.lst
  6. select echo (*.*) >> select.lst
  7. dsz sz -m @select.lst
  8. del select.lst
  9. popd
  10.